941219:
 ~~~~~~~
	* Made it easy to remove the test program from the library and change
	  it to an external test program.

	  To change the internal test program to an external one:
	  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	  1. Load ExternTestInit.s to a free F-key (?)
	  2. Search for TestProgram: in the library, set block start.
	  3. Search for TestPgmEnd: in the library, copy the block.
	  4. Press the right F-key to find ExternTestInit.s
	  5. Insert the copied block at the end of the source.
	  6. Insert the missing include files.

	* Made it easier to replace the internal test program to an external
	  one that uses ExternTestInit.s as start code.

	  To change an external test program to an internal one:
	  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	  1. Load the external test program to a free F-key (?)
	  2. Search for TestProgram: in the library, set block start.
	  3. Search for TestPgmEnd: in the library, delete the block.
	  4. Press the right F-key to find the test program.
	  5. Search for TestProgram:, set block start.
	  6. Move to the end of the test program and copy the block.
	  7. Go back to the library source code and insert the copied block.
	  8. Insert the missing include files.


[Main] [Previous] [Next]

Converted on 19 Jul 1996 with RexxDoesAmigaGuide2HTML by Michael Ranner.